-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chore/scoped registries improvements #2407
Conversation
🦋 Changeset detectedLatest commit: 64d9048 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
30204f5
to
5a3909d
Compare
Co-authored-by: aghArdeshir <[email protected]>
5a3909d
to
64d9048
Compare
@@ -9,6 +9,7 @@ | |||
"custom-elements-manifest": "npm run custom-elements-manifest --workspaces --if-present && node ./scripts/create-api-tables.mjs", | |||
"debug": "web-test-runner --watch --config web-test-runner-chrome.config.mjs", | |||
"debug:firefox": "web-test-runner --watch --config web-test-runner-firefox.config.mjs", | |||
"debug:no-scoped-registries-polyfill": "npm run debug -- --no-scoped-registries-polyfill", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we add both with polyfill
and without polyfill
configs to test:browser
so that the npm run test
covers both cases? Or is it to be done in a separate PR in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was thinking about that as well, but for now I kept it limited. Feel free to do a proposal in the future
fix(core): no registration of same class twice w/o scoped-registries polyfill
chore: allow tests to run w/o polyfill
chore: cleanup wtr config, add pkg script for running w/o polyfill